/* ***CUSTOM  STYLE - KOSACKOVO.SK *****/

/*HEADER and MENU*/

@media (min-width: 992px) {
  #header .header-top .header-top-wrapper {
    background-color: #2f414d;
  }

  #header {
    background-color: #2f414d;
    padding-bottom: 30px;
  }

  #header .header-top {
    height: auto;
    background-color: #2f414d;
  }

  .fitted .navigation-in ul {
    justify-content: center;
    background-color: #2f414d;
  }

  .navigation-in ul li a b {
    font-weight: 500;
    color: white;
    font-size: 17px;
  }

  .navigation-in ul li a:hover {
    font-weight: 500;
    color: black;
    font-size: 17px;
  }

  #header .header-top .header-top-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  /* SPACE BETWEEN BANERS */
  .next-to-carousel-banners {
    margin-top: 12px;
  }
}

/* MEDIAQUERY MIN-WITH 768PX */

@media (min-width: 768px) {
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    background-color: white;
  }

  .benefitBanner {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  /* HOVER MENU */

  .navigation-in ul li a b:hover {
    color: #94d4cd;
  }
}

/*NAVIGATION*/

.navigation-buttons a[data-target="search"] {
  color: #fff;
  background-color: #2f414d;
}

.navigation-buttons a[data-target="search"]:hover {
  color: #fff;
  background-color: #2f414d;
}
.navigation-buttons a[data-target="cart"] {
  color: #fff;
}

.navigation-buttons a[data-target="cart"]:hover {
  color: #fff;
}

.navigation-buttons a[data-target="login"] {
  color: #fff;
  background-color: #2f414d;
}
.navigation-buttons a[data-target="login"]:hover {
  color: #fff;
  background-color: #2f414d;
}

/*BANER*/

.next-to-carousel-banners .extended-banner-texts {
  background-color: #ffffffb8;
}

/* BENEFIT BANER */

@media (min-width: 480px) {
  .benefitBanner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: self-start;
    column-gap: 40px;
    row-gap: 35px;
  }

  .benefitBanner__item.benefitBanner__item6 {
    grid-column: 2;
  }
}

/* BENEFIT BANER DATA */

.benefitBanner .benefitBanner__data {
  font-size: 16px;
  line-height: 1.5em;
  color: lightgray;
}

.benefitBanner .benefitBanner__title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 8px;
  color: #fff;
}

.benefit-banners-full-width {
  background-color: #2f414d;
}

/* BENEFIT BANER 2 */

.benefit.baner2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  column-gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
}

.benefitBanner__item.benefitBanner__item6 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.benefitBanner__item.benefitBanner__item7 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.benefitBanner__item.benefitBanner__item8 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.benefitBanner__title {
  font-size: 20px;
}

.benefit.baner2 .benefitBanner__data {
  color: grey;
}

/* MIDLE BANERS */

.homepage-banners-full-width .banner-wrapper a {
  color: var(--color-tertiary-hover);
  background-color: #e1dddf;
}

/* NEW ARTICLES */

@media (min-width: 1200px) {
  .homepage-blog-wrapper .news-item {
    flex-basis: 33%;
    width: 50%;
  }

  .one-column-body .homepage-blog-wrapper .news-item .image + .text {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .blog-wrapper .image + .text {
    background: rgba(0, 0, 0, 0.2);
  }

  .blog-wrapper .news-item .text {
    flex-direction: column-reverse;
  }

  .next-to-carousel-banners .extended-banner-texts {
    font-size: 22px;
    line-height: 30px;
  }

  /* BENEFIT BANER 2 - TEXT BANER */

  .benefitBanner__item.benefitBanner__item6,
  .benefitBanner__item.benefitBanner__item7,
  .benefitBanner__item.benefitBanner__item8 {
    padding-left: 150px;
    padding-right: 150px;
  }

  /* KATEGORIE PRODUKTOV */
  .col-xl-2 {
    width: 25%;
  }
}

.blog-wrapper .description {
  display: none;
}

/* EXTENDET BANER LINK */

.next-to-carousel-banners .extended-banner-link:hover,
.homepage-banners-full-width .banner-wrapper .extended-banner-link:hover {
  color: #2f414d;
}

.price-tag {
  font-weight: 700;
  font-size: 32px;
  line-height: 70px;
  background-color: #2f414d;
  padding: 5px;
  border-radius: 10px;
  color: #94d4cd;
}

/*FOOTER*/

#footer {
  background-color: #2f414d;
}

#footer h4 {
  color: #94d4cd;
}

#footer a {
  color: white;
}

.footer-rows .custom-footer ul li {
  color: white;
}

.footer-bottom,
.footer-bottom-full-width {
  background-color: #2f414d;
}

.copyright {
  color: white;
}

#footer .footer-bottom a {
  color: white;
}

/* KATEGÓRIE PRODUKTOV */

.subcategories li a .text {
  white-space: normal;
  overflow: visible;
}

.subcategories li a {
  height: 100px;
}

/* BUTTON - HOVER EFECT */
.btn.btn-cart:hover {
  color: #2f414d;
}

/* CART - PRODUKT V KOŠÍKU */

.navigation-buttons > a[data-target="cart"] i {
  background-color: #94d4cd;
  color: #2f414d;
  font-weight: 600;
  font-size: 14px;
}

/* POSLEDNÉ HODNOTENIA */

@media (min-width: 768px) {
  .homepage-latest-contribution .latest-contribution-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
  }
}

#hodnoceniobchodu .shop-stat-all a {
  background-color: #2f414d !important;
  color: #ffffff !important;
  border-radius: 8px !important;
}

/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

/** MOBILE SIZE - MEDIAQUERY **/

/* HEADER MOBILE */

@media (max-width: 767px) {
  #header .header-top .header-top-wrapper {
    background-color: #2f414d;
  }

  .navigation-buttons a[data-target="navigation"] {
    background-color: #94d4cd;
  }
  .navigation-window-visible
    .navigation-buttons
    a[data-target="navigation"]:hover {
    background-color: #94d4cd;
  }
  .navigation-window-visible .navigation-buttons a[data-target="navigation"] {
    background-color: #94d4cd;
  }

  /* BANERS */

  .benefitBanner .benefitBanner__item,
  .benefitBanner .benefitBanner__link {
    text-align: center;
  }

  .benefit.baner2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .price-tag {
    font-size: 22px;
  }

  iframe {
    height: 50%;
  }

  /* CAROUSEL  NAV ARROWS */

  .carousel-control.left,
  .carousel-control.right {
    top: 180px;
  }

  /* NEXT CAROUSEL BANER */
  .next-to-carousel-banners {
    margin-top: 15px;
  }

  .benefitBanner__item {
    margin-bottom: 30px;
  }
}
